PropertyChangingEventArgs Properties
An object defining properties for the PropertyChangingEventArgs class.
OldValue
The current value of the property before the change.
Type: TValue
ResponseParameters
The response parameters associated with the event.
Type: ResponseParameters
NewValue
The new value that is about to be set.
Type: TValue
Cancel
Indicates whether the property change should be canceled.
Type: bool
Name
The name of the property that is about to change.
Type: string